home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 2.iso / pc / m_bro_m.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  387 b   |  15 lines

  1. on mouseDown
  2.   global gmtype, movietime_g, movierate_g
  3.   set tclick to the clickOn
  4.   puppetSound("CLICK")
  5.   set the visible of sprite (tclick + 3) to 0
  6.   updateStage()
  7.   waittimer(1)
  8.   set the visible of sprite 6 to 0
  9.   set the visible of sprite 7 to 0
  10.   updateStage()
  11.   set movietime_g to the movieTime of sprite 9
  12.   set movierate_g to the movieRate of sprite 9
  13.   go(the frame + 1)
  14. end
  15.